May 6, 20233 yr 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/
June 15, 20233 yr 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)
July 11, 20232 yr Author 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!
January 30, 20242 yr Has anyone had experience with adding the environment variables required for Baserow to send emails?
March 22, 20242 yr For anyone unable to access the webui, you need to change the URL/BASEROW_PUBLIC_URL variable to your server ip/name and port.
March 22, 20242 yr 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= \
April 18, 20242 yr 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, 20242 yr by ericreager
April 23, 20242 yr 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?
April 23, 20242 yr Author 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
April 24, 20242 yr 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?
May 17, 20242 yr 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, 20241 yr by Tolete
May 29, 20242 yr 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!
May 1, 20251 yr Help me setup Baserow with Tailscale in Unraid Can I get some help with setting up Baserow for Tailscale please? I have been at this for days 🫣😢 I can successfully turn on Tailscale with SSH in the Baserow docker configuration in Unraid like this: Everything seems to work fine... The app is authenticated and routed through the Tailnet... But when I try to access the Tailscale address for the app I get this message: It seems like something is not properly handled within the application settings. These are my docker settings: Am I doing something wrong here? Update: If I change the BASEROW_PUBLIC_URL to https://baserow.MY_TAILSCALE_DNS.net/ I can successfully access Baserow through the Tailscale URL, but not using the local URL of http://192.168.1.110:5555 Edited May 1, 20251 yr by Bob-omb
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.