Skip to content

Using PostgreSQL10 to install Parse Server, add configuration items, there is an error. #5176

Closed
@dovewi

Description

@dovewi

Issue Description

When installing Parse Server with PostgreSQL 10, adding Config entries to ParseDashboard will result in deletion of the old Config entries, i.e. Config can only put one entry. After checking the database, it is found that each new Config entry objectId is 1.

Steps to reproduce

Before adding new entries:
before_add_secend_config

then add new one:
add_new_config

add success and refresh page:
after_refresh

the db record:
db_record

Expected Results

There was originally a configuration item,after adding an entry, there should be two configuration items.

Actual Outcome

In fact, only new configuration items are added after the old ones are replaced.

Environment Setup

  • Server

    • parse-server version (Be specific! Don't say 'latest'.) : 3.0.0
    • Operating System: unknown , like heroku PaaS platform,sina cloud SAE service
    • Hardware: unknown
    • Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): remote, sina SAE
  • Database

    • PostgreSQL version: 10.0
    • Storage engine: S3
    • Hardware: unknown
    • Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc):remote ,Aliyun RDS

Logs/Trace

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions