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: apps/docs/content/postgresql/how-to/export-import-data.mdx
+8-15Lines changed: 8 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,18 @@ title: Export or import PostgreSQL data
3
3
description: Learn how to export or import postgresql data on Zerops.
4
4
---
5
5
6
-
## Use Adminer to export or import data
6
+
## Use Adminer or phpMyAdmin to export or import data
7
+
*[Adminer ↗](https://www.adminer.org) - an open source full-featured database management tool written in PHP
8
+
*[phpMyAdmin ↗](https://www.phpmyadmin.net) - a free software tool written in PHP, intended to handle the administration of PostgreSQL over the Web
7
9
8
-
[Adminer ↗](https://www.adminer.org) is an open source full-featured database management tool written in PHP.
9
-
10
-
1.[Install Adminer to Zerops](/postgresql/how-to/manage#how-to-install-adminer-to-zerops)
11
-
2. Use Adminer standard export or import functions
12
-
13
-
## Use phpMyAdmin to export or import data
14
-
15
-
[phpMyAdmin ↗](https://www.phpmyadmin.net) is a free software tool written in PHP, intended to handle the administration of PostgreSQL over the Web.
16
-
17
-
1.[Install phpMyAdmin to Zerops](/postgresql/how-to/manage#how-to-install-phpmyadmin-to-zerops)
18
-
2. Use phpMyAdmin standard export or import functions
10
+
1.[Install the tools to Zerops](/postgresql/how-to/manage#installing-management-tools)
11
+
2. Use their standard export or import functions
19
12
20
13
## Use a database management tool on your workstation to export or import data
21
14
22
15
Do you already use a database management tool that supports PostgreSQL on your workstation? Connect it securely to PostgreSQL from your local workspace via Zerops VPN.
23
16
24
-
Zerops VPN client is included into zCLI, the Zerops command-line tool. To start the VPN connection, read [how to connect to PostgreSQL remotely](/postgresql/how-to/connect#connect-to-postgresql-in-zerops-remotely).
17
+
Zerops VPN client is included into zCLI, the Zerops command-line tool. To start the VPN connection, read [how to connect to PostgreSQL remotely](/postgresql/how-to/connect#connect-remotely).
25
18
:::caution
26
19
Do not use SSL/TLS protocols when connecting to PostgreSQL over VPN. Zerops PostgreSQL is not configured to support these protocols. The security is assured by the VPN.
27
20
:::
@@ -32,9 +25,9 @@ Once the connection to PostgreSQL is established, use the standard export or imp
32
25
33
26
If you are using the [psql ↗](https://www.postgresql.org/docs/current/app-psql.html) command-line client to manage your PostgreSQL on your local workspace, you can connect it securely to PostgreSQL via Zerops VPN.
34
27
35
-
Zerops VPN client is included into zCLI, the Zerops command-line tool. To start the VPN connection, read [how to connect to PostgreSQL remotely](/postgresql/how-to/connect#connect-to-postgresql-in-zerops-remotely).
28
+
Zerops VPN client is included into zCLI, the Zerops command-line tool. To start the VPN connection, read [how to connect to PostgreSQL remotely](/postgresql/how-to/connect#connect-remotely).
36
29
37
-
Once the VPN session is established, you have the secured connection to the project's private network in Zerops. You can access all project services locally by using their hostname. The only difference is that no [environment variables](/postgresql/how-to/connect#use-postgresql-environment-variables) are available when connected through VPN. To connect to PostgreSQL in Zerops you have to copy the [access details](/postgresql/how-to/connect#connect-to-postgresql-in-zerops-remotely) manually from Zerops GUI.
30
+
Once the VPN session is established, you have the secured connection to the project's private network in Zerops. You can access all project services locally by using their hostname. The only difference is that no [environment variables](/postgresql/how-to/connect#method-2-environment-variables-recommended) are available when connected through VPN. To connect to PostgreSQL in Zerops you have to copy the [access details](/postgresql/how-to/connect#connection-details) manually from Zerops GUI.
38
31
39
32
Use [psql ↗](https://www.postgresql.org/docs/current/app-psql.html) command to connect to PostgreSQL in Zerops:
0 commit comments