Back

Restore seems not working on 1.5.10 , It works last time I restore 1.5.7

  • 0
  • Self Hosted
  • Tools
  • Web
Suiii
22 Aug, 2024, 10:39
TypeScript
docker compose exec -T mariadb sh -c 'exec mysql -u"$MYSQL_USER" -p"$MYSQL_PASSWORD"' < ./backup/dump.sql

appwrite_volumes=(uploads cache config certificates functions)
for volume in ${appwrite_volumes[@]}; do
    docker run --rm --volumes-from "$(docker compose ps -q appwrite)" -v "$(pwd)"/backup:/restore ubuntu bash -c "cd /storage/$volume && tar xvf /restore/$volume.tar --strip 1"

TL;DR
Developers are experiencing issues with the restore feature on version 1.5.10, even though it was working on 1.5.7. They need assistance with checking the restore process using specific commands in Docker.
Suiii
22 Aug, 2024, 10:42

what should be checking on

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more