You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue outlines the plan to upgrade the Ansible Automation Platform (AAP) database from its current End-of-Life (EOL) Bionic Operating System to PostgreSQL 15. Ubuntu Bionic has reached EOL, meaning it no longer receives security updates, making this upgrade crucial for security and stability.
sunset lib-postgres3 this is running ubuntu bionic
Enhanced Security: Upgrading to PostgreSQL 15 ensures that the AAP database benefits from the latest security patches and bug fixes.
Improved Performance: PostgreSQL 15 offers performance improvements over older versions, potentially leading to faster automation execution and improved responsiveness.
New Features: Take advantage of new features and enhancements in PostgreSQL 15 to improve database management and efficiency.
Continued Support: Ensure ongoing compatibility and support from the PostgreSQL community.
Tasks:
Assess Current Environment:
Document the current AAP version and database configuration (including extensions).
Analyze the existing database size and usage patterns.
Identify any potential challenges or dependencies.
Description:
This issue outlines the plan to upgrade the Ansible Automation Platform (AAP) database from its current End-of-Life (EOL) Bionic Operating System to PostgreSQL 15. Ubuntu Bionic has reached EOL, meaning it no longer receives security updates, making this upgrade crucial for security and stability.
Current AAP does not support postgreSQL above 13
Benefits:
Tasks:
Assess Current Environment:
Plan the Upgrade:
Prepare the PostgreSQL 15 Server:
Migrate the Database:
pg_upgrade
pg_upgrade
to migrate the data directory to the PostgreSQL 15 cluster.pg_dumpall
.psql
.Update AAP Configuration:
Testing and Validation:
Documentation and Communication:
Timeline:
Resources:
pg_upgrade
guide: [Link topg_upgrade
documentation]The text was updated successfully, but these errors were encountered: