mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-10 12:29:56 +00:00
Update readthedocs for phpPgAdmin
This commit is contained in:
parent
5c95242111
commit
46141b7e50
@ -267,6 +267,12 @@
|
||||
phpMyAdmin <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
||||
</a>
|
||||
|
||||
.. |ext_lnk_tool_phppgadmin| raw:: html
|
||||
|
||||
<a target="_blank" href="http://phppgadmin.sourceforge.net/doku.php">
|
||||
phpPgAdmin <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
||||
</a>
|
||||
|
||||
.. |ext_lnk_tool_phpredmin| raw:: html
|
||||
|
||||
<a target="_blank" href="https://github.com/sasanrose/phpredmin">
|
||||
|
@ -107,8 +107,9 @@ port exposures, hostnames and any errors including how they can be resolved.
|
||||
|
||||
Third-party tools
|
||||
^^^^^^^^^^^^^^^^^
|
||||
Mandatory web projects are also shipped: |ext_lnk_tool_phpmyadmin|, |ext_lnk_tool_adminer| and
|
||||
|ext_lnk_tool_opcachegui| as well as a web GUI to view all sent emails.
|
||||
Mandatory web projects are also shipped: |ext_lnk_tool_phpmyadmin|, |ext_lnk_tool_phppgadmin|,
|
||||
|ext_lnk_tool_phpredmin|, |ext_lnk_tool_adminer| and |ext_lnk_tool_opcachegui| as well as a web GUI
|
||||
to view all sent emails.
|
||||
|
||||
|
||||
Dockerized
|
||||
|
@ -95,6 +95,13 @@ columns, relations, indexes, users, permissions, etc) can be performed via the u
|
||||
while you still have the ability to directly execute any SQL statement.
|
||||
|
||||
|
||||
phpPgAdmin
|
||||
----------
|
||||
|
||||
|ext_lnk_tool_phppgadmin| is a web-based administration tool for PostgreSQL. It is perfect for
|
||||
PostgreSQL DBAs, newbies, and hosting services.
|
||||
|
||||
|
||||
phpRedMin
|
||||
----------
|
||||
|
||||
|
@ -40,6 +40,14 @@ To backup a database named ``my_db_name`` follow the below listed example:
|
||||
# Run pg_dump
|
||||
devilbox@php-7.1.6 in /shared/httpd $ pg_dump -h pgsql -U postgres -W my_db_name > /shared/backups/pgsql/my_db_name.sql
|
||||
|
||||
|
||||
phpPgAdmin
|
||||
----------
|
||||
|
||||
If you do not like to use the command line for backups, you can use |ext_lnk_tool_phppgadmin|.
|
||||
It comes bundled with the devilbox intranet.
|
||||
|
||||
|
||||
Adminer
|
||||
-------
|
||||
|
||||
@ -100,6 +108,14 @@ Here are a few examples for different file types:
|
||||
devilbox@php-7.1.6 in /shared/httpd $ tar xzOf /shared/backups/pgsql/my_db_name.sql.tar.gz | psql -h pgsql -U postgres -W my_db_name
|
||||
|
||||
|
||||
phpPgAdmin
|
||||
----------
|
||||
|
||||
|ext_lnk_tool_phppgadmin| supports importing many different formats out-of-the-box.
|
||||
Simply select the compressed or uncompressed file and press ``Go`` in the import section of
|
||||
the web interface.
|
||||
|
||||
|
||||
Adminer
|
||||
-------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user