ineo icon indicating copy to clipboard operation
ineo copied to clipboard

Neo4j instance manager and version manager

Results 20 ineo issues
Sort by recently updated
recently updated
newest added

This is just a simple update of various "versions" for ineo. Specifically: * Update `ineo` version to 2.1.0 * After running an `ineo versions`, bump `DEFAULT VERSION` to `3.5.9`. Hope...

The latest version of `ineo` actually **fails** to install via the method indicated in the `readme.md`: ``` curl -sSL https://raw.githubusercontent.com/cohesivestack/ineo/v2.1.0/ineo | bash -s install ``` If you examine `~/.ineo/bin/ineo` you...

Using the latest `ineo` and on a Neo4j 4.4.0 instance, running `ineo backup` fails with *"Database does not exist: graph.db"*. This is because `ineo` is [trying to "dump" `graph.db` specifically](https://github.com/cohesivestack/ineo/blob/master/ineo#L1640),...

I follow installation instructions : > curl -sSL https://raw.githubusercontent.com/cohesivestack/ineo/v2.1.0/ineo | bash -s install and get : `curl: (6) Could not resolve host: ineo.cohesivestack.com`

Tried to install ineo on my ubuntu server. The Folders are empty. ![grafik](https://user-images.githubusercontent.com/19168393/104345490-b335b580-54fe-11eb-8f0a-20d3e1da4747.png) Iuse the exact same setup as another instance in which is used the old site curl -sSL ...

Would you able to fix the domain resolve issue or replace it using `https://raw.githubusercontent.com/cohesivestack/ineo/v2.1.0/ineo`? https://github.com/cohesivestack/ineo/blob/0579fbbe9198e3ec63ed8b3af08639c34344df42/ineo#L48 Version `2.1.0` has released but the `ineo` script still uses `2.0.0` https://github.com/cohesivestack/ineo/blob/0579fbbe9198e3ec63ed8b3af08639c34344df42/ineo#L2 https://github.com/cohesivestack/ineo/blob/0579fbbe9198e3ec63ed8b3af08639c34344df42/ineo#L30

I'm pulling my hair out. I've spent hours trying to figure out how to start instances via ineo on reboot. BTW, ineo is exactly what I was looking for to...

Just noticed a couple of possible issues, or error in my installation. Or just observations Firstly I did a standard install of Neo4j on CentOS 7, it creates a Systemd...

It would be great to have one single command `address` or `set-address` that can set `http`, `https` and `bolt` (`-a`, `-s`, `-b`) For example ``` bash $ ineo set-address -a...

enhancement
discuss