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: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,6 @@ You have the option to deploy Postgres clusters using the Console (UI), command
135
135
> [!TIP]
136
136
> 📩 Contact us at [email protected], and our team will help you implement Autobase into your infrastructure.
137
137
138
-
139
138
### Console (UI)
140
139
141
140
The Autobase Console (UI) is the recommended method for most users. It is designed to be user-friendly, minimizing the risk of errors and making it easier than ever to set up your PostgreSQL clusters. This method is suitable for both beginners and those who prefer a visual interface for managing their PostgreSQL clusters.
@@ -162,7 +161,6 @@ docker run -d --name autobase-console \
162
161
> [!TIP]
163
162
> It is recommended to run the console in the same network as your database servers to enable monitoring of the cluster status.
164
163
165
-
166
164
**Open the Console UI**:
167
165
168
166
Go to http://localhost:80 (or the address of your server) and use `secret_token` for authorization.
To deploy a PostgreSQL High-Availability Cluster with the [TimescaleDB](https://github.com/timescale/timescaledb) extension, add the `enable_timescale` variable:
0 commit comments