Saving Membase Configuration
I've been using the membase server on Windows for about a week. I finally restarted the VM and the server wouldn't boot up.
I found a useful link:
http://www.couchbase.org/wiki/display/membase/Using+Membase+in+the+Cloud...
I followed the steps in IP addresses/For Windows.
After the server started I could hit the box, only to find it starting at the Setup step.
I had previously created 4 buckets that are now gone.
I assumed creating buckets would save the changes. Is there a way to make changes in the UI and save the changes?
Or do the buckets need to be manually added by configuration file, and if so where is that file?
Thanks,
~Tim
Yes, those steps will reset the configuration...obviously best to do before setting the server up.
As far as the password goes, you would be best off securing the server itself via normal system administration tools.
It would be nice if the configuration file used text instead of binary.
And then as with a .net web.config you have the option to encrypt it when it's pushed to production.
That way you are secure in production, and in development you can have easy version tracking.
I keep running into an issue. Membase runs for a while. I'll install some windows update, reboot, and then the membase server won't start.
I just get a dump file.
I've upgraded to 1.7.1 and I'll see if the issue reproduces.
I backed up my configuration file before upgrading, then I restored the config file. I started the service and still got the setup dialog. I can only assume the config was not forwards compatible.
Its exhausting to seek out educated folks on this matter, however you sound like you know what youre talking about! Thanks
Social security disability lawyers central florida salesclerk How To Get A Guy To Like You dysthymic teeth whitening kit systolic
This must be it?
C:\Program Files\Membase\Server\var\lib\membase\config\config.dat
Following the previous steps, I apparently wiped out this file.
And why is the configuration a binary file.
And in that binary file why can I see the password in plain text?
Can this dat file enforce some basic encryption? Or don't store the password at all. Take the entered password, ecrypt it and MD5 that. And only check/store with the MD5 so it's never written down.