https://dagster.io/ logo
Title
a

Alex

06/29/2021, 11:49 AM
Hello, I have some problems running dagster-daemon from service file for systemd, I have installed everything on virtual environment on Ubuntu server, inside my service file the I have this ExecStart=/bin/sh -c 'cd /home/name/project && . bin/activate && dagster-daemon run' but i get and error about sql database : sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) attempt to write a readonly database. Any idea ? Maybe is better to setup a relational database as backend instead of sqllite ?
Nvm, was just a stupid permission problem 😆