Just released Baserow 1.8 with the gallery view, public view sharing, rating field, French translations, large table performance improvements and much more!

More information at: January 2022 release of Baserow // Baserow

Try it out at: https://baserow.io

GitLab repository: Bram Wiepjes / baserow · GitLab

1 Like

Hello,

I just updated the version on my hosting environment using this link: Installation on Ubuntu // Baserow

Unfortunatly, now when I try to reach my table it is said Table not found.

Hi Ozzz,

Just to confirm you followed all the steps in this section:

$ cd /baserow/baserow
$ git pull
$ cd /baserow
$ source env/bin/activate
$ pip3 install -e ./baserow/backend
$ pip3 install -e ./baserow/premium/backend
$ export DJANGO_SETTINGS_MODULE='baserow.config.settings.base'
$ export DATABASE_PASSWORD='yourpassword'
$ export DATABASE_HOST='localhost'
$ baserow migrate
$ baserow sync_templates
$ deactivate
$ cd baserow/web-frontend
$ yarn install
$ ./node_modules/nuxt/bin/nuxt.js build --config-file config/nuxt.config.local.js
$ supervisorctl reread
$ supervisorctl update
$ supervisorctl restart all

?

Are you able to login and create new tables?

I’ll reply again in a minute with a command you can use to see if there are any errors to help further debug.

Hello,

Yes I did it using these instructions.

I can login but I cannot create a new table.

@ozzz Could you PM me the output of the following command cat /var/log/baserow/backend.error just incase it contains some personal/private information ? Thanks

Hello,

I cannot MP you.

you will find the logs here: https://trello.com/1/cards/61e032bf7ed6113a179bc663/attachments/61e032c8a317900c8504e13c/download/log.txt

I will delete it in 5 min.

@nigel

Sent a request to view the file. Can you confirm if the baserow migrate step failed for you during the upgrade as I believe I have found an issue there.

Granted you the access.

I think I made an error. I didn’t update the password in the script… How can I fix it?