ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.81k stars 889 forks source link

Version 24 has issues, how to upgrade to version 23? #7361

Open nakoshi-satamoto opened 3 months ago

nakoshi-satamoto commented 3 months ago

See issue https://github.com/ElementsProject/lightning/issues/7180

Ever since going to version 24 and sub versions after 24, I have had issues with having successful outbound payments. The log file also gets filled with gossip related errors. Is it possible to safely go back to version 23?

grubles commented 3 months ago

Is that while using the pay plugin or renepay? I don't think you can move back to 23.x since moving to 24.x would have likely upgraded your database and there is no support for downgrading.

nakoshi-satamoto commented 3 months ago

On 2024-06-01 18:46, grubles wrote:

Is that while using the pay plugin or renepay? I don't think you can move back to 23.x since moving to 24.x would have likely upgraded your database and there is no support for downgrading.

I am using the pay command. What is renepay? Which is the proper command to use for payments?

crc32 commented 3 months ago

I cannot pay using Ride The Lightning, pay or renepay.

renepay results in: { "code": 205, "message": "Destination is unknown in the network gossip." }

This is paying to strike, which I can pay just fine to from LND.

chrisguida commented 2 months ago

No, there is no way to downgrade your database to a previous version. If you want a previous version, spin up a new node.

vincenzopalazzo commented 2 months ago

If you want a previous version, spin up a new node.

Unfortunatly this is bad, but this is the only way that you have to run a previous version. However, this is a tech solution not a real one because you can not bring your channels with you.