Update readthedocs for phpPgAdmin

This commit is contained in:
cytopia 2018-12-28 22:44:50 +01:00
parent 5c95242111
commit 46141b7e50
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
4 changed files with 32 additions and 2 deletions

View File

@ -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">

View File

@ -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

View File

@ -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
----------

View File

@ -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
-------