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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,15 +208,15 @@ See [doc/settings/backups.md](doc/settings/backups.md#creating-an-application-ba
208
208
209
209
### Restoring an application backup
210
210
211
-
See [backup restore documentation](https://docs.gitlab.com/ee/raketasks/backup_restore.html#omnibus-installations).
211
+
See [restore documentation](https://docs.gitlab.com/ee/administration/backup_restore/restore_gitlab.html#restore-for-linux-package-installations).
212
212
213
213
### Backup and restore using non-packaged database
214
214
215
215
If you are using non-packaged database see [documentation on using non-packaged database](doc/settings/database.md#using-a-non-packaged-postgresql-database-management-server).
216
216
217
217
### Upload backups to remote (cloud) storage
218
218
219
-
For details check [backup restore document of GitLab CE](https://gitlab.com/gitlab-org/gitlab-foss/blob/966f68b33e1f15f08e383ec68346ed1bd690b59b/doc/raketasks/backup_restore.md#upload-backups-to-remote-cloud-storage).
219
+
For details check [backup documentation](https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#upload-backups-to-a-remote-cloud-storage).
Copy file name to clipboardExpand all lines: doc/settings/backups.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Your machines SSH host keys are stored in a separate location at `/etc/ssh/`. Be
67
67
> [Introduced](https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/5102) in GitLab 13.12.
68
68
69
69
GitLab configuration backups can be pruned using the same `backup_keep_time` setting that is
70
-
[used for the GitLab application backups](https://docs.gitlab.com/ee/raketasks/backup_restore.html#limit-backup-lifetime-for-local-files-prune-old-backups)
70
+
[used for the GitLab application backups](https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#limit-backup-lifetime-for-local-files-prune-old-backups)
71
71
72
72
To make use of this setting, edit `/etc/gitlab/gitlab.rb`:
73
73
@@ -105,7 +105,7 @@ lost/leaked/stolen together with the keys needed to decrypt it.
105
105
## Creating an application backup
106
106
107
107
To create a backup of your repositories and GitLab metadata, follow the
## Creating backups for GitLab instances in Docker containers
121
121
122
122
WARNING:
123
-
The backup command requires [additional parameters](https://docs.gitlab.com/ee/raketasks/backup_restore.html#backup-and-restore-for-installations-using-pgbouncer)
123
+
The backup command requires [additional parameters](https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#back-up-and-restore-for-installations-using-pgbouncer)
124
124
when your installation is using PgBouncer, for either performance reasons or when using it with a Patroni cluster.
125
125
126
126
Backups can be scheduled on the host by prepending `docker exec -t <your container name>` to the commands.
@@ -152,15 +152,15 @@ To persist these backups outside the container, mount volumes in the following d
152
152
153
153
## Restoring an application backup
154
154
155
-
See [backup restore documentation](https://docs.gitlab.com/ee/raketasks/backup_restore.html#restore-for-omnibus-installations).
155
+
See [restore documentation](https://docs.gitlab.com/ee/administration/backup_restore/restore_gitlab.html).
156
156
157
157
## Backup and restore using non-packaged database
158
158
159
159
If you are using non-packaged database see [documentation on using non-packaged database](database.md#using-a-non-packaged-postgresql-database-management-server).
160
160
161
161
## Upload backups to remote (cloud) storage
162
162
163
-
For details check [backup restore document](https://docs.gitlab.com/ee/raketasks/backup_restore.html#uploading-backups-to-a-remote-cloud-storage).
163
+
For details check [backup documentation](https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#upload-backups-to-a-remote-cloud-storage).
Copy file name to clipboardExpand all lines: doc/settings/database.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -719,7 +719,9 @@ both the root and intermediate certificates.
719
719
720
720
### Backup and restore a non-packaged PostgreSQL database
721
721
722
-
Whenusing the [Rake backup create and restore task](https://docs.gitlab.com/ee/raketasks/backup_restore.html#create-a-backup-of-the-gitlab-system), GitLab will
722
+
Whenusing the [backup](https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#backup-command)
723
+
and [restore](https://docs.gitlab.com/ee/administration/backup_restore/restore_gitlab.html#restore-for-linux-package-installations)
724
+
commands, GitLab will
723
725
attempt to use the packaged `pg_dump` command to create a database backup file
724
726
and the packaged `psql` command to restore a backup. This will only work if
725
727
they are the correct versions. Check the versions of the packaged `pg_dump`and
@@ -730,7 +732,7 @@ they are the correct versions. Check the versions of the packaged `pg_dump` and
730
732
/opt/gitlab/embedded/bin/psql --version
731
733
```
732
734
733
-
If these versions are different from your non-packaged external PostgreSQL, you may encounter the following error output when attempting to run a [Rakebackup create task](https://docs.gitlab.com/ee/raketasks/backup_restore.html#create-a-backup-of-the-gitlab-system):
735
+
If these versions are different from your non-packaged external PostgreSQL, you may encounter the following error output when attempting to run the [backup command](https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#backup-command).
Copy file name to clipboardExpand all lines: doc/update/convert_to_omnibus.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To convert your installation to using the Linux package:
24
24
25
25
1.[Install GitLab using a Linux package](https://about.gitlab.com/install/).
26
26
1. Copy the backup file to the directory `/var/opt/gitlab/backups/` of the new server.
27
-
1. Restore the backup in the new installation ([detailed instructions](https://docs.gitlab.com/ee/raketasks/backup_restore.html#restore-for-omnibus-gitlab-installations)):
27
+
1. Restore the backup in the new installation ([detailed instructions](https://docs.gitlab.com/ee/administration/backup_restore/restore_gitlab.html#restore-for-linux-package-installations)):
28
28
29
29
```shell
30
30
# This command will overwrite the contents of your GitLab database!
0 commit comments