@@ -430,7 +430,7 @@ their resync may take a long time and cause significant load on your Geo nodes,
...
@@ -430,7 +430,7 @@ their resync may take a long time and cause significant load on your Geo nodes,
storage and network systems.
storage and network systems.
If you get the error `Synchronization failed - Error syncing repository` along with the following log messages, this indicates that the expected `geo` remote is not present in the `.git/config` file
If you get the error `Synchronization failed - Error syncing repository` along with the following log messages, this indicates that the expected `geo` remote is not present in the `.git/config` file
of a repository on the secondary Geo node's filesystem:
of a repository on the secondary Geo node's filesystem:
-`Alternative` - If it is possible to configure the component to use different type of communication. The type is listed with default port used in that case.
-`Alternative` - If it is possible to configure the component to use different type of communication. The type is listed with default port used in that case.
-`Connection port` - Port on which the component communicates.
-`Connection port` - Port on which the component communicates.
GitLab also expects a filesystem to be ready for the storage of Git repositories
GitLab also expects a filesystem to be ready for the storage of Git repositories
and various other files.
and various other files.
Note that if you are using NFS (Network File System), files will be carried
Note that if you are using NFS (Network File System), files will be carried
@@ -14,22 +14,22 @@ The global time zone configuration parameter can be changed in `config/gitlab.ym
...
@@ -14,22 +14,22 @@ The global time zone configuration parameter can be changed in `config/gitlab.ym
Uncomment and customize if you want to change the default time zone of the GitLab application.
Uncomment and customize if you want to change the default time zone of the GitLab application.
## Viewing available timezones
## Viewing available timezones
To see all available time zones, run `bundle exec rake time:zones:all`.
To see all available time zones, run `bundle exec rake time:zones:all`.
For Omnibus installations, run `gitlab-rake time:zones:all`.
For Omnibus installations, run `gitlab-rake time:zones:all`.
NOTE:
NOTE:
This Rake task does not list timezones in TZInfo format required by Omnibus GitLab during a reconfigure: [#27209](https://gitlab.com/gitlab-org/gitlab/-/issues/27209).
This Rake task does not list timezones in TZInfo format required by Omnibus GitLab during a reconfigure: [#27209](https://gitlab.com/gitlab-org/gitlab/-/issues/27209).
## Changing time zone in Omnibus installations
## Changing time zone in Omnibus installations
GitLab defaults its time zone to UTC. It has a global timezone configuration parameter in `/etc/gitlab/gitlab.rb`.
GitLab defaults its time zone to UTC. It has a global timezone configuration parameter in `/etc/gitlab/gitlab.rb`.
To obtain a list of timezones, log in to your GitLab application server and run a command that generates a list of timezones in TZInfo format for the server. For example, install `timedatectl` and run `timedatectl list-timezones`.
To obtain a list of time zones, log in to your GitLab application server and run a command that generates a list of time zones in TZInfo format for the server. For example, install `timedatectl` and run `timedatectl list-timezones`.
To update, add the timezone that best applies to your location. For example:
To update, add the timezone that best applies to your location. For example: