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
As a developer i want to try out the external postres upgrade from 9.6 to 13. Automate will have chef-server 14.11.36.
We also want to test and merge the PR: #6183 (this has the latest chef-server version)
Latest branch of Automate having Latest chef-server(14.11.31), running embedded chef-server with External 9.6.11, add data, Then Upgrade External PG to version 13.4
Test putting in all data in small quantities -> 1000 nodes(client run, compliance scan), Measure time taken backup, vacuum, pg_upgrade, re-indexing (with size)
Test putting in bulk data in large quantise -> 10,000 nodes(client run, compliance scan), Measure time taken backup, vacuum, pg_upgrade, re-indexing (with size)
Definition of Done
Results of the upgrade with load testing data
Demo Script / Repro Steps
The text was updated successfully, but these errors were encountered:
PG data -> 1.5 G /var/lib/postgresql/9.6/main (reduced from 1.6GB)
Number of nodes -> 299770
Database combined size -> 1290 MB
Upgrade testing data
Total time take for upgrade process -> 29 secs
PG data -> 1.4Gb /var/lib/postgresql/13/main (same as before)
Number of nodes -> 299770
Database combined size -> 1339 MB
Reindex testing data
Total time take for reindex process -> 26 sec
PG data -> 1.4Gb /var/lib/postgresql/13/main (same as before)
Number of nodes -> 299770
Database combined size -> 1315 MB
Recommendation and Results
Running vacuum full before the upgrade is recommended as it will reduce the data size to optimal and all the further steps will take less time
Need same amount of free space as the pg data consumes
Running pg_upgrade with or without link option does not make any difference in disk space, only difference that can be seen is lower time when running pg_upgrade with link option
User Story
As a developer i want to try out the external postres upgrade from 9.6 to 13. Automate will have chef-server 14.11.36.
We also want to test and merge the PR: #6183 (this has the latest chef-server version)
Latest branch of Automate having Latest chef-server(14.11.31), running embedded chef-server with External 9.6.11, add data, Then Upgrade External PG to version 13.4
Definition of Done
Results of the upgrade with load testing data
Demo Script / Repro Steps
The text was updated successfully, but these errors were encountered: