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
Currently, you can use different versions of Postgres when you connect a storage with a different version of Postgresql, which can lead to incorrect operation.
It is necessary to implement a restriction on the use of different versions of postgres with the introduction of a new version of charmed-postgresql-snap
Implementation
Blocking the use of different versions of Postgres
Test cases
Check the use of different versions postgresql.
The text was updated successfully, but these errors were encountered:
Issue
Currently, you can use different versions of Postgres when you connect a storage with a different version of Postgresql, which can lead to incorrect operation.
It is necessary to implement a restriction on the use of different versions of postgres with the introduction of a new version of charmed-postgresql-snap
Implementation
Blocking the use of different versions of Postgres
Test cases
Check the use of different versions postgresql.
The text was updated successfully, but these errors were encountered: