Flavien

Results 12 comments of Flavien

I have the same problem, I have many rss feeds on the same website and there are too many requests at the same time, so to solve my problem I...

Waiting of [BDFDB](https://betterdiscord.app/plugin/BDFDB) FIX

I can't do anything on my side, I'm waiting for the library to be updated, see [here](https://github.com/mwittrien/BetterDiscordAddons/issues/1806)

I'm completely sorry, version 1.4.1 works very well ... It's my fault, when I edited the template, I added a comment on the line `systemd_nspawn_user_args` : ```diff +systemd_nspawn_user_args=--network-bridge=br1 # My...

I have exactly the same errors as you, Can you give me the commands you used to add the columns ? Thx I'm also using a Postgresql database, Maybe that's...

I ran these SQL commands, but I'm not sure what I did : ```sql ALTER TABLE buckets ADD project_view_id bigint not null default 0; ALTER TABLE teams ADD oidc_id varchar(250)...

You're lucky I have a backup of my BDD I was able to reproduce the bug, I remained in version 23 and I tried to migrate to the latest version...

> Can you enable [database debug logging](https://vikunja.io/docs/config-options#database-2) and run the failing migration again? Sorry, I'm on vacation this week. I'll do it when I get back

Sorry for my late response I've tried to retrieve as many logs as possible, but I've only got these two, and I don't think they're very informative. ```yaml vikunja_app: image:...