TQ Posted May 6, 2023 Share Posted May 6, 2023 Baserow is an open source no-code database and Airtable alternative. Create your own database without technical experience. Our user friendly no-code tool gives you the powers of a developer without leaving your browser. Application: https://baserow.io/ Quote Link to comment
nuright Posted June 15, 2023 Share Posted June 15, 2023 Thanks TQ! If you plan on exposing this (via CloudFlare Tunnels) to the internet, you'l need to configure the variable BASEROW_PUBLIC_URL to match the value of the public-facing url. I'd make this note in the description of the app (or add the optional variable to the configuration) Quote Link to comment
TQ Posted July 11, 2023 Author Share Posted July 11, 2023 On 6/15/2023 at 2:48 PM, nuright said: Thanks TQ! If you plan on exposing this (via CloudFlare Tunnels) to the internet, you'l need to configure the variable BASEROW_PUBLIC_URL to match the value of the public-facing url. I'd make this note in the description of the app (or add the optional variable to the configuration) YW! Noted. Thanks! Quote Link to comment
RichardU Posted January 30 Share Posted January 30 Has anyone had experience with adding the environment variables required for Baserow to send emails? Quote Link to comment
bobbintb Posted March 22 Share Posted March 22 For anyone unable to access the webui, you need to change the URL/BASEROW_PUBLIC_URL variable to your server ip/name and port. Quote Link to comment
bobbintb Posted March 22 Share Posted March 22 On 1/30/2024 at 11:06 AM, RichardU said: Has anyone had experience with adding the environment variables required for Baserow to send emails? No but here's what the documentation says: -e EMAIL_SMTP=True \ -e EMAIL_SMTP_HOST=TODO \ -e EMAIL_SMTP_PORT=TODO \ -e EMAIL_SMTP_USER=TODO \ -e EMAIL_SMTP_PASSWORD=TODO \ -e EMAIL_SMTP_USE_TLS= \ Quote Link to comment
ericreager Posted April 18 Share Posted April 18 (edited) Hello - would anyone be able provide the steps for upgrading the data directory to be compatible with PostgreSQL 15, specific for this container on Unraid? I'm not exactly sure how to adapt the instructions from the Baserow site and I'm pretty paranoid about messing this DB up. EDIT: I guess to clarify the part I'm shaky on, according to Baserow's instructions, I should stop the container, backup the instance, then run this in the Unraid console: docker run \ --name baserow-pgautoupgrade \ # ALL THE ARGUMENTS YOU NORMALLY ADD TO YOUR BASEROW INSTANCE --restart no \ baserow/baserow-pgautoupgrade:1.24.2 I'm not sure exactly what I'm supposed to put in the # ALL THE ARGUMENTS YOU NORMALLY ADD TO YOUR BASEROW INSTANCE part. Edited April 18 by ericreager Quote Link to comment
da.ju Posted April 23 Share Posted April 23 Hi. I'm struggeling with the same problem. I'm not sure how to handle this upgrade with unraid. Perhaps someone has a hint for us? Quote Link to comment
TQ Posted April 23 Author Share Posted April 23 On 4/18/2024 at 9:41 AM, ericreager said: Hello - would anyone be able provide the steps for upgrading the data directory to be compatible with PostgreSQL 15, specific for this container on Unraid? I'm not exactly sure how to adapt the instructions from the Baserow site and I'm pretty paranoid about messing this DB up. EDIT: I guess to clarify the part I'm shaky on, according to Baserow's instructions, I should stop the container, backup the instance, then run this in the Unraid console: docker run \ --name baserow-pgautoupgrade \ # ALL THE ARGUMENTS YOU NORMALLY ADD TO YOUR BASEROW INSTANCE --restart no \ baserow/baserow-pgautoupgrade:1.24.2 I'm not sure exactly what I'm supposed to put in the # ALL THE ARGUMENTS YOU NORMALLY ADD TO YOUR BASEROW INSTANCE part. Edit the existing baserow container and then scroll to the bottom. You'll see a button that says save. When you click save it will output the docker run command. You can then take the arguments relevant to the pg-upgrade container and paste those in. Hopefully this solves the issue for you and @da.ju Quote Link to comment
ericreager Posted April 24 Share Posted April 24 23 hours ago, TQ said: Edit the existing baserow container and then scroll to the bottom. You'll see a button that says save. When you click save it will output the docker run command. You can then take the arguments relevant to the pg-upgrade container and paste those in. Hopefully this solves the issue for you and @da.ju Thank you for responding. I'd started to go down this road but it's which arguments are "relevant to the pg-upgrade container" I get stuck on. Here is what my docker run command looks like for the existing baserow container with some redactions: docker run -d --name='baserow' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="**********" -e HOST_CONTAINERNAME="baserow" -e 'BASEROW_PUBLIC_URL'='http://*************' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:80]' -l net.unraid.docker.icon='https://gitlab.com/baserow/baserow/-/raw/develop/deploy/cloudron/logo.png' -p '****:80/tcp' -v '/mnt/user/appdata/baserow':'/baserow/data':'rw' 'baserow/baserow' ********************************************** Are you able to tell me which of the lines above should get inserted into the pg-upgrade run command? Quote Link to comment
Tolete Posted May 17 Share Posted May 17 (edited) Need to Upgrade Baserow PostgreSQL to ver 15? Find your Baserow container and stop it. Edit the repository name to baserow/baserow-pgautoupgrade:1.24.2 Save it and Start the container. Check logs wait for it to Finish the upgrade process. Once Done, The container will stop automatically. Edit the repository name again to or Tag you wish to stay on. baserow/baserow Save it. Start Baserow, Welcome to Baserow with PostgreSQL 15. Done. This is the way. Edited July 14 by Tolete 1 Quote Link to comment
ericreager Posted May 29 Share Posted May 29 On 5/17/2024 at 9:01 AM, Tolete said: Need to Upgrade Baserow PostgresSQL to ver 15? Find your Baserow container and stop it. Edit the repository name to baserow/baserow-pgautoupgrade:1.24.2 Save it and Start the container. Check logs wait for it to Finish the upgrade process. Once Done, The container will stop automatically. Edit the repository name again to or Tag you wish to stay on. baserow/baserow Save it. Start Baserow, Welcome to Baserow with PostgreSQL 15. Done. This is the way. This worked for me, thank you! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.