Alistair Hey there! π
Looks like the issue is because the archive_command isnβt set in your postgresql.conf file. π
To fix it:
Open your postgresql.conf file (usually found at:
/var/lib/pgsql/<your version>/data) π
Find the archive_command setting. If it's missing, youβll need to add it.
Set it up according to the PostgreSQL guide (it needs to point to a script that archives WAL files). π
Once you add it, restart PostgreSQL π₯οΈ, and your backups should run fine! β
Hope that helps! Let me know if you need more info! ππ