- 
                Notifications
    
You must be signed in to change notification settings  - Fork 83
 
          Deprecate existingDataSeedInstance option to CREATE DATABASE
          #1821
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
  
    Deprecate existingDataSeedInstance option to CREATE DATABASE
  
  #1821
              Conversation
Replace with new option `existingDataSeedServer`
| | | ||
| Controls how the system handles existing data on disk when creating the database. | ||
| Currently, this is only supported with `existingDataSeedInstance` and `seedURI`, and must be set to `use`, which indicates the existing data files should be used for the new database. | ||
| Currently, this is only supported with `existingDataSeedInstance`, `existingDataSeedServer` and `seedURI`, and must be set to `use`, which indicates the existing data files should be used for the new database. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can not make a comment above. But we should mention existingDataSeedServer on row 34 as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @mnd999. It looks good; I have just two minor suggestions.
        
          
                modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc
              
                Outdated
          
            Show resolved
            Hide resolved
        
      …create-databases.adoc
…create-databases.adoc
| 
           Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it.  | 
    
Replace with new option
existingDataSeedServerDocumenting https://github.com/neo-technology/neo4j/pull/27123