Would this eventually mean in the future it could take a day to restore a #pgsql database? I sure hope not š...
#fediadmin
I don't have a lot of data as I haven't been #selfHosting my instance for long, but since waves of #twitter people coming, post counts have gone down.
I was thinking maybe in the future to just archive the whole pgsql directory into a compressed tar ball and just decompress it during migration, not sure if that would work.
During the pg_restore, I just used this command as per the #Akkoma instructions:
sudo -Hu postgres pg_restore -d akkoma -v -1 </path/to/backup_location/akkoma.pgdump>
https://docs.akkoma.dev/stable/administration/backup/
Is there any way to optimize this? Iām not a database admin so not a pgsql expert.
Thanks