Giveth / feathers-giveth

Featherjs server for caching giveth data.
MIT License
87 stars 99 forks source link

Making backend ready for sunset #637

Open aminlatifi opened 1 year ago

aminlatifi commented 1 year ago

As Trace is sunsetting, we must make the backend ready for it. The short solution is disabling any write/update to the backend. @mohammadranjbarz Do you think replacing db URL connection with a read-only one would be enough? or we must change the backend source code (like forbid write/update related method in general hook)?

mohammadranjbarz commented 1 year ago

@aminlatifi I think we should test it to see changing DB connection is enough or not