I want to fix string sorting error for Turkish character in mongodb.
I tried this solution and this worked for one collection via backup and restore.
But I have lots of tables for backup, edit and restore for each collection. I want to do this for all existing collections and new collections. And i want do this without backup and restore process, because my db is live db and i afraid of loss any new data.
How can i change mongodb collation for all existing collections and new collections, without backup, edit and restore?
Thank you.