lightning icon indicating copy to clipboard operation
lightning copied to clipboard

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

Open nakoshi-satamoto opened this issue 1 year ago • 3 comments

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?

nakoshi-satamoto avatar Jun 01 '24 16:06 nakoshi-satamoto

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.

grubles avatar Jun 01 '24 16:06 grubles

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?

nakoshi-satamoto avatar Jun 01 '24 16:06 nakoshi-satamoto

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.

crc32 avatar Jun 02 '24 00:06 crc32

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

chrisguida avatar Jul 17 '24 19:07 chrisguida

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.

vincenzopalazzo avatar Jul 18 '24 08:07 vincenzopalazzo

There aren't that many database schema changes between releases of CLN. If you were desperate, you could manually reverse the changes in your database.

whitslack avatar Feb 05 '25 13:02 whitslack