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: content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup-locally.md
+21-24Lines changed: 21 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ description: "This page describes how to restore a backup."
8
8
9
9
## Introduction
10
10
11
-
Restoring a backup locally can be useful if you want to test your cloud environment's data without interrupting your live cloud environment. This lets you see locally how your app behaves when using data in your cloud environment. By using Mendix Studio Pro and a PostgreSQL database, you can debug your app using backups of your cloud test/acceptance/production data.
11
+
Restoring a backup locally can be useful if you want to test your cloud environment's data without interrupting your live cloud environment. This lets you see locally how your app behaves when using data in your cloud environment. By using Mendix Studio Pro and a PostgreSQL database, you can debug your app using backups of data from your cloud environments such as test/acceptance/production.
12
12
13
13
This how-to explains how to do the following:
14
14
@@ -26,7 +26,7 @@ Before starting this how-to, make sure you have completed the following prerequi
26
26
27
27
{{% alert color="info" %}}You will need this password later to allow your Mendix app to access the restored data.{{% /alert %}}
28
28
29
-
{{% alert color="info" %}}This how-to was made with PostgreSQL version 9.6.5.{{% /alert %}}
29
+
{{% alert color="info" %}}This how-to was made with PostgreSQL version 15.14{{% /alert %}}
30
30
31
31
* When you are restoring a database hosted in Mendix Cloud, or when downloading a full backup, your local machine must have [7-Zip](https://www.7-zip.org/) or another utility that can extract files from *.gz* and *.tar* archives.
32
32
@@ -40,26 +40,26 @@ If your backup came from Mendix Cloud, it will have been compressed as a *.gz* f
40
40
If you have downloaded a full backup, this will also have been archived as a *.tar* file, which you need to extract to get your *.backup* file containing the database backup. The *.backup* file is in the **db** folder of the archive.
41
41
{{% /alert %}}
42
42
43
-
1. Start **pgAdmin 4** from the Windows start menu.
44
-
2. Click the **+** in the **Browser** pane to open the **Servers > PostgreSQL 9.6** menu.
45
-
3. Right-click **Databases** and **Create** a new database.
43
+
1. Open the **pgAdmin 4** application on your computer.
44
+
2. In the navigation pane, select **Default Workspace**.
45
+
3. Click the **Object Explorer** to open the **Servers**
46
+
4. Expand your specific PostgreSQL server instance. For example, PostgreSQL 15.
47
+
5. Right-click the **Databases** and **Create** a new database.
0 commit comments