Ricardo Arturo Cabral Mejía
Ricardo Arturo Cabral Mejía
> > I am not happy with this answer. This feels like introducing two ways of doing the same thing. > > > > To clarify, I didn't write this...
> I think the "d" tag is good to be queryable. > > > > That way a client can ask for a given note by referring to the "d"...
@hoytech @fiatjaf I am pretty much onboard with these changes.
I like this!
@Perlover I will look into reproducing this issue.
@Perlover in the meantime, try removing the invoice from your `invoices` table
You can check first that the invoice exists with: ```sh docker compose exec nostream-db psql -U nostr_ts_relay -c "select * from invoices where id = '523a9e10e1a318b0a8e049a88b87e911afae5792b1b4f400805e660dd9366f1a';" ``` And then delete...
@Perlover let me know if you were able to solve the issue
Hi! Yeah the command does handle that but it's possible the size of your VPS is too small. What are the specs on your server?
Use https://pgtune.leopard.in.ua/ to tune your `postgresql.conf` file. With that amount of ram the postgres container fails and that's why the database is not created. After tuning that file, make sure...