https://github.com/boudhayan-dev/db-starter
CLI tool to automate the re-starting of HANA DB in Neo trial
https://github.com/boudhayan-dev/db-starter
javascript nodejs
Last synced: about 2 months ago
JSON representation
CLI tool to automate the re-starting of HANA DB in Neo trial
- Host: GitHub
- URL: https://github.com/boudhayan-dev/db-starter
- Owner: boudhayan-dev
- Created: 2019-05-30T16:07:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T23:55:03.000Z (about 5 years ago)
- Last Synced: 2025-05-20T11:11:26.221Z (about 1 year ago)
- Topics: javascript, nodejs
- Language: Batchfile
- Size: 13.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database Starter
This is a simple utility script created using NodeJS to enable the restarting of existing DB in SAP CP.
## Requirements
Install NodeJS prior to running the script.
* Node JS - [Download and Install NodeJS](https://nodejs.org/en/download/)
## Install
* Clone the repo
` git clone https://github.com/boudhayan-dev/db-starter`
* Navigate into the cloned project
`cd path/to/db-starter`
* Run npm install.
` npm i `
## Usage
The script can be invoked from the command line or you can also schedule the script to run daily at a pre-defined time using the windows scheduler tool.
* Run using command-line
* Run using npm
```
cd path/to/db-starter
node index.js
```
* Run batch file
* Edit the `main.bat` file as follows -
```
cd C:\Users\path\to\parent_folder
cmd /k C:\"Program Files"\path\to\node.exe C:\Users\path\to\index.js
```
* Double click on `main.bat` to run it.
* Run using windows scheduler tool
Add the `main.bat` (created in the above step) as the script in windows scheduler to be run daily at your chosen time.
## Demo
