aaP_ronywisnuwardana When the port changed in PostgreSQL Manager, we can't add new db in Database menu. There is an error message "ERROR to connect database" Can't add cronjob to backup postgresql db, the available option is only MySQL Database user added from Database menu are store in PostgreSQL roles in lowercase, so we can't connect to the db with the credentials displayed in Database menu unless we use for lowercase username New db users don't have permission to the public schema by default. So we can't create tables unless we grant permission manually (probably because of new changes in PgSQL 15+, i use for PgSQL 16, https://www.postgresql.org/about/news/postgresql-15-released-2526/#:~:text=PostgreSQL%2015%20also%20revokes%20the%20CREATE%20permission%20from%20all%20users%20except%20a%20database%20owner%20from%20the%20public) Databases deleted in PostgreSQL Manager are not actually deleted, it still in the postgresql db list when you use 3rd party software like DBeaver
aaP_ronywisnuwardana aaPanel_Kern thanks, i hope it will be fixed soon especially for cronjob because i want to backup database to google drive and it is important