realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

realm-backup command not found in Realm Object Server 2.0 #298

Closed toanz closed 6 years ago

toanz commented 6 years ago

I want to use manual backup in Document but this command is not exits

i already try with : ros --help , but it do not have backup command also

How can we do manual backup with Realm Object Server 2.0 ?

hyling commented 6 years ago

@bigfish24 Do you have comments on this? I wouldn't considering deploying ROS 2.0 until I knew I could backup the sever. Thanks!

bigfish24 commented 6 years ago

Yeah we are working to fix the issue. Should be ready early this coming week.

hyling commented 6 years ago

Awesome, thanks for the reply!

sipersso commented 6 years ago

Any updates on this?

morten-krogh commented 6 years ago

Type

realm-backup

at the command line in your project directory.

The realm-backup script is located at

node_modules/realm-object-server/node_modules/realm-sync-server/bin/realm-backup

It calls an architecture dependent binary called realm-backup as well.

By mistake, we did not include realm-backup in the first versions of realm-object-server 2.0

realm-backup is present in the newest realm-object-server versions.

bigfish24 commented 6 years ago

This is fixed in ROS 2.0 where the backup command is in the CLI, see more in the docs: https://docs.realm.io/platform/manage/backup