We cannot guarantee compatibility with other external databases.
Compatibility with other external databases is not guaranteed.
For more information, see [requirements for running Geo](../administration/geo/index.md#requirements-for-running-geo).
For more information, see [requirements for running Geo](../administration/geo/index.md#requirements-for-running-geo).
#### Locale compatibility
#### Locale compatibility
Changes to locale data in `glibc` means that PostgreSQL database files are not fully compatible
When you change locale data in `glibc`, PostgreSQL database files are
between different OS releases.
no longer fully compatible between different operating systems.
To avoid index corruption,
[check for locale compatibility](../administration/geo/replication/troubleshooting/common.md#check-os-locale-data-compatibility)
when you:
To avoid index corruption, [check for locale compatibility](../administration/geo/replication/troubleshooting/common.md#check-os-locale-data-compatibility)
- Move binary PostgreSQL data between servers.
when:
- Upgrade your Linux distribution.
- Update or change third-party container images.
- Moving binary PostgreSQL data between servers.
For more information, see [upgrading operating systems for PostgreSQL](../administration/postgresql/upgrading_os.md).
- Upgrading your Linux distribution.
- Updating or changing third party container images.
For more information, see how to [upgrade operating systems for PostgreSQL](../administration/postgresql/upgrading_os.md).
#### GitLab schemas
#### GitLab schemas
Databases created or used for GitLab, Geo, [Gitaly Cluster](../administration/gitaly/praefect.md), or other components should be for the
You should create or use databases exclusively for GitLab, [Geo](../administration/geo/index.md),
exclusive use of GitLab. Do not make direct changes to the database, schemas, users, or other
[Gitaly Cluster](../administration/gitaly/praefect.md), or other components.
properties except when following procedures in the GitLab documentation or following the directions
Do not create or modify databases, schemas, users, or other properties except when you follow: