同一台服务器上的多个 ArangoDB 实例
Multiple instances of ArangoDB on same server
看了文档,一无所获,我希望有人能帮助我。
我想 运行 在同一台机器上安装两份(相同版本)Arango - 一份用于实时,一份用于测试,在不同的端口上。
我暂时不想设置 docker 环境或类似环境。
非常感谢任何帮助 - OS 是 Ubuntu 但会听取任何 OS 的建议。
查看此处的文档:ArangoDB Docs 看起来应该像为第二个服务指定数据库目录和端口一样简单:因此您将创建一个配置文件并确保它具有:
server.endpoint: What IP address and port to bind to
log parameters: If and where to log
database.directory: Path the database files are stored in
然后像这样启动它:arangod --configuration myconfigfile
看了文档,一无所获,我希望有人能帮助我。
我想 运行 在同一台机器上安装两份(相同版本)Arango - 一份用于实时,一份用于测试,在不同的端口上。
我暂时不想设置 docker 环境或类似环境。
非常感谢任何帮助 - OS 是 Ubuntu 但会听取任何 OS 的建议。
查看此处的文档:ArangoDB Docs 看起来应该像为第二个服务指定数据库目录和端口一样简单:因此您将创建一个配置文件并确保它具有:
server.endpoint: What IP address and port to bind to
log parameters: If and where to log
database.directory: Path the database files are stored in
然后像这样启动它:arangod --configuration myconfigfile