1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-17 18:32:35 +00:00

Fix links

This commit is contained in:
Nigel Gott 2022-03-02 12:31:00 +00:00
parent 83c3e9827b
commit e1d079cd6d
2 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ on Ubuntu. This document aims to provide a walkthrough for servers running Ubunt
20.04.4 LTS. These instructions have been tested with a clean install of Ubuntu
20.04.4 LTS and a user account with root access or the ability to run Docker containers.
# Guide
## Guide
```bash
# Ensure your system is upto date
@ -39,19 +39,19 @@ baserow/baserow:1.8.3
docker logs baserow
```
# Further information
## Further information
Please refer to the [Install with Docker](install-with-docker.md) guide for how to
configure and maintain your Docker based Baserow server.
# Upgrade from Baserow 1.8.2 or earlier
## Upgrade from Baserow 1.8.2 or earlier
The [Old Install on Ubuntu](old-install-on-ubuntu.md) guide is now deprecated. We are
asking any users who wish to run Baserow on Ubuntu to instead install Docker and use our
official Docker images to run Baserow. This guide explains how to migrate an existing
Baserow Ubuntu install to use our official Docker images.
## Migration Steps
### Migration Steps
```bash
# Setup docker

View file

@ -1,8 +1,8 @@
# Deprecated Guide - Installation on Ubuntu
> Warning: This guide has been deprecated as of version 1.9 of Baserow. Please follow
> the [Install on Ubuntu - Upgrade from 1.8.2 Section](install-on-ubuntu.md) if you
> installed Baserow 1.8.2 using this guide to upgrade.
> the [Install on Ubuntu - Upgrade from 1.8.2 Section](install-on-ubuntu.md#migration-steps)
> if you installed Baserow 1.8.2 using this guide to upgrade.
> you have an existing Baserow installation. Or if you do not have an existing install
> to follow the one of the other supported installation guides instead.