pixelfed/docs

add migration instructions

Opened this issue · 0 comments

trwnh commented

steps to move from one machine to another:

  • setup/configure dependencies on new machine
  • copy repo files over to new machine
  • export database and import it on new machine (php artisan backup:run --only-db) (or mysqldump for mariadb/mysql)
  • change dns to point to new machine