@@ -91,11 +91,22 @@ On the destination server, use rsync to fetch the contents of ``/srv/funwkhale/d
rsync -a $username@$origin:/srv/funkwhale/.env /srv/funkwhale/
rsync -a $username@$origin:/srv/funkwhale/db.dump /srv/funkwhale/
Restore the database dump:
Initialize the Postgres container with the funkwhale database and its user. For easier, we create a db init dump file than we import in the postgres container: