Hi,
I’ve noticed that the backup system does not include PostgreSQL databases or their associated users.
The backup process completes without errors, but when restoring or inspecting the archive, both the PostgreSQL database data and the database users/roles are missing.
Steps to reproduce:
1. Create a PostgreSQL database
2. Create a PostgreSQL user and assign privileges
3. Add some test data
4. Run the backup process
5. Extract or restore the backup
Expected behavior:
The backup should include:
• PostgreSQL databases (data)
• PostgreSQL users/roles and their permissions
Actual behavior:
• PostgreSQL databases are not included
• PostgreSQL users/roles are not included
Environment:
• Panel version: v0.9-rc126
• OS: Debian 13
• PostgreSQL version: psql (PostgreSQL) 18.3 (Debian 18.3-1.pgdg13+1)
Hi,
I’ve noticed that the backup system does not include PostgreSQL databases or their associated users.
The backup process completes without errors, but when restoring or inspecting the archive, both the PostgreSQL database data and the database users/roles are missing.
Steps to reproduce:
1. Create a PostgreSQL database
2. Create a PostgreSQL user and assign privileges
3. Add some test data
4. Run the backup process
5. Extract or restore the backup
Expected behavior:
The backup should include:
• PostgreSQL databases (data)
• PostgreSQL users/roles and their permissions
Actual behavior:
• PostgreSQL databases are not included
• PostgreSQL users/roles are not included
Environment:
• Panel version: v0.9-rc126
• OS: Debian 13
• PostgreSQL version: psql (PostgreSQL) 18.3 (Debian 18.3-1.pgdg13+1)