How to load live backup into local dev environment

How do you load a .tar.gz backup from a live instance into a local dev environment?

Best to use the command line with the backup file. Make sure it has the same filename and put it in backup/default

bundle exec discourse restore
3 Likes