File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : docs
3+ title : Backup & restore (Premium)
4+ weight : 15
5+ ---
6+
7+ ** This feature is not yet released**
8+
9+ DbGate uses native tools for backup and restore your databases. This functionality is exclusive for Premium editions.
10+
11+ Supported tools:
12+
13+ - PostgreSQL
14+ - ` pg_dump ` and ` psql `
15+ - MySQL+MariaDB
16+ - ` mysqldump ` and ` mysql `
17+
18+ ## How to install these tools
19+ You don't have to solve this, if you use Team Premium edition - Docker, AWS or Azure versions. These packages have already bundled all tools needed.
20+
21+ The easiest way is to install the whole database engine to your desktop.
22+ However, for most platforms and databases, there is posibility to install only clients:
23+
24+ - PostgreSQL
25+ - Windows - download and unpack client from https://www.enterprisedb.com/download-postgresql-binaries
26+ - Mac: install client with homebrew: ` brew install libpq `
27+ - MySQL:
28+ - Windows - download and unpack ZIP from https://dev.mysql.com/downloads/mysql/
You can’t perform that action at this time.
0 commit comments