Setup pgadmin3 93 » Historie » Version 1
Jeremias Keihsler, 12.01.2017 10:50
1 | 1 | Jeremias Keihsler | h1. Install pgadmin3 for PostgreSQL 9.3 |
---|---|---|---|
2 | |||
3 | h2. Requirements |
||
4 | |||
5 | To install pgadmin3 you will need the following: |
||
6 | * a installed and supported operating system (e.g. CentOS 6.x) |
||
7 | * root-access |
||
8 | * a fast internet connection |
||
9 | * installed PostgreSQL-repo |
||
10 | |||
11 | h2. Preliminary Note |
||
12 | |||
13 | pgadmin3 is ether in [[repo_epel|EPEL-repo]] or more recent in the [[repo_postgresql|PostgreSQL-repo]] |
||
14 | |||
15 | h2. Install |
||
16 | |||
17 | <pre><code class="bash"> |
||
18 | yum install pgadmin3_93 |
||
19 | </code></pre> |
||
20 | |||
21 | h2. Usage |
||
22 | |||
23 | <pre><code class="bash"> |
||
24 | pgadmin3 |
||
25 | </code></pre> |
||
26 | |||
27 | h2. Update/Delete |
||
28 | |||
29 | as of version 1.16.0 / 1.16.1 PgAdmin fails to deinstall or upgrade automatically. Therefore we maybe need to delete the installation without the use of the deinstall-scripts |
||
30 | <pre><code class="bash"> |
||
31 | rpm -e pgadmin3_92 --noscripts |
||
32 | </code></pre> |